summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: add ability to use library files of the form NAME.so.VERSION to create...Michael Adam2008-07-071-1/+1
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-072-9/+37
* Clean up winbindd_group.c tooSimo Sorce2008-07-061-210/+255
* Clean up the rest of the file tooSimo Sorce2008-07-061-84/+76
* More clean up, indentation and trailing space removalSimo Sorce2008-07-061-40/+39
* Make code more readable, fix indentation and traling spaces.Simo Sorce2008-07-061-17/+23
* Tiny logic simplification -- remove an else branchVolker Lendecke2008-07-051-22/+20
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-054-98/+38
* Convert idmap_cache to gencacheVolker Lendecke2008-07-054-399/+132
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-041-0/+1
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-032-2/+2
* IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove itVolker Lendecke2008-07-031-1/+0
* Simplify idmap_cache_set() a bitVolker Lendecke2008-07-031-8/+3
* Simplify idmap_cache_build_[s]idkey a bitVolker Lendecke2008-07-031-36/+33
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-034-25/+40
* Remove an unused variableVolker Lendecke2008-07-031-1/+0
* Remove gencache_[un]lock_entryVolker Lendecke2008-07-033-37/+2
* Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke2008-07-032-11/+17
* Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke2008-07-035-14/+8
* Fix indentationVolker Lendecke2008-07-031-1/+1
* netapi: fix doxygen warning.Günther Deschner2008-07-031-1/+1
* libnetjoin: fix Bug #5570.Günther Deschner2008-07-031-1/+1
* Fix build warning.Günther Deschner2008-07-031-1/+1
* Don't scream, better explain a bit in commentsVolker Lendecke2008-07-031-10/+8
* Make use of sid_check_is_in_unix_users/groupsVolker Lendecke2008-07-031-11/+16
* Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison2008-07-021-1/+1
* Canonicalize servername in the printer functions to remove leading '\\' chara...Jeremy Allison2008-07-021-54/+59
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-022-0/+6
* Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison2008-07-021-8/+11
* Fix typoVolker Lendecke2008-07-021-1/+2
* Tiny logic simplification: Remove an unnecessary else branchVolker Lendecke2008-07-021-8/+8
* Fix nonempty whitespace only linesVolker Lendecke2008-07-028-70/+69
* fix typosVolker Lendecke2008-07-021-2/+4
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-15/+13
* Fix indentationVolker Lendecke2008-07-021-14/+14
* Fix a debug msg, this was probably a leftover from gencacheVolker Lendecke2008-07-021-2/+4
* Fix typoVolker Lendecke2008-07-021-2/+2
* Make idmap_init() staticVolker Lendecke2008-07-022-2/+1
* Fix two memory leaks in an error path in idmap.cVolker Lendecke2008-07-021-0/+2
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-015-1/+46
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-011-1/+1
* Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison2008-07-012-2/+7
* Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison2008-07-011-1/+1
* Revert "winbind cache: Don't create SN cache entries during name-to-sid queri...Karolin Seeger2008-07-011-6/+6
* net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.Günther Deschner2008-07-014-0/+297
* net_vampire: keep keytab context and flush keytab only after the last query.Günther Deschner2008-07-011-14/+19
* Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison2008-06-301-1/+1
* kerberos: allow to keep entries with old kvno's while creating keytab.Günther Deschner2008-06-303-3/+7
* kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.Günther Deschner2008-06-303-39/+54
* Fix a file descriptor leak in add_port_hookVolker Lendecke2008-06-281-4/+1