summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2003-07-112-3/+3
* mark the HEAD branch as deprecated. Nothing that a determinedAndrew Tridgell2003-06-072-1/+12
* initial version of idmap_ldap.c; lots of updates to comeGerald Carter2003-06-031-0/+838
* * set winbind cache time to 5 minutesGerald Carter2003-06-036-20/+98
* More changes to editreg to make it less tetchy.Richard Sharpe2003-06-021-17/+17
* Some fixes for editreg.c, although I see that head seems broken ...Richard Sharpe2003-06-021-5/+5
* Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
* Don't crash when doing command name completion. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+3
* Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij2003-05-292-64/+110
* Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-51/+14
* Merge of NTLMSSP name type fix from 3.0Tim Potter2003-05-281-2/+2
* Spelling.Tim Potter2003-05-281-1/+1
* Merge of non-static initialisation fixes from 3.0Tim Potter2003-05-281-1/+7
* Merge of cut and paste fix from 3.0Tim Potter2003-05-281-3/+3
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* Whitespace syncup.Tim Potter2003-05-281-1/+0
* Merge of rpcstr_pull() termination fixes from 3.0Tim Potter2003-05-281-1/+4
* Merge of formatting fixups from 3.0Tim Potter2003-05-281-4/+9
* Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter2003-05-281-0/+4
* Merge from 3.0:Tim Potter2003-05-281-0/+1
* Merge of uint32/uid_t mismatch from 3.0Tim Potter2003-05-282-3/+3
* cut-n-paste errorGerald Carter2003-05-271-1/+1
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
* volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* Squash another compiler warning.Tim Potter2003-05-271-2/+2
* Fix unused variable warning.Tim Potter2003-05-271-1/+2
* Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5
* This should be the correct fix for merge of bug #60 from 3.0.Tim Potter2003-05-271-3/+0
* Merge of secchan fix from 3.0 that was eaten by CVS yesterday. I thinkTim Potter2003-05-271-1/+1
* Merge the remaining bits of fix for bug #60.Tim Potter2003-05-271-59/+48
* Merge from 3.0: remove bogus static initialisers.Tim Potter2003-05-271-2/+2
* Merge from 3.0: quieten debug message for trust acct password change.Tim Potter2003-05-271-1/+1
* Added string error for NT_STATUS_NOT_A_REPARSE_POINT error.Tim Potter2003-05-271-0/+1
* Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER andTim Potter2003-05-271-0/+11
* Sync up sid types enum.Tim Potter2003-05-271-1/+2
* Jelmer was really excited about copyrights this year.Tim Potter2003-05-271-1/+1
* Merge: add DFS error constant.Tim Potter2003-05-271-0/+1
* Whitespace syncup.Tim Potter2003-05-271-1/+0
* Comment syncup.Tim Potter2003-05-271-1/+1
* Merge: ignore autogenerated file.Tim Potter2003-05-271-0/+1
* Merge from SAMBA_3_0: initialise return value in run_tcon_devtype_test()Tim Potter2003-05-271-1/+1
* Added file from SAMBA_3_0 branch.Tim Potter2003-05-261-0/+1
* Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij2003-05-261-1/+1
* Correctly initialize winbind auth method.Volker Lendecke2003-05-261-0/+3
* Fix an insufficient alloc when querying alias members.Volker Lendecke2003-05-241-1/+1
* installman needs to depend on installdirs, to fix parallelAndrew Tridgell2003-05-231-2/+2
* Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon.Jelmer Vernooij2003-05-221-43/+38
* Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10