More Edits from Vance Lankhaar.
[ira/wip.git] / source3 /
2003-06-06 Jeremy Allisonmetze noticed some conn elements remaining in a VFS_NEXT.
2003-06-06 Jeremy AllisonFix for VFS_NEXT xattr calls (from metze). I will add...
2003-06-06 Andrew Tridgell2 more places where win2003 forces UCS2
2003-06-06 Andrew Tridgell- the ALL_INFO trans2 QFILEINFO level uses a forced...
2003-06-06 Andrew Tridgellmake the allocation_size consistent between trans2...
2003-06-06 Andrew Tridgellfixed a pstrcpy() that is not on a pstring
2003-06-06 Andrew Tridgell- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to...
2003-06-06 Jeremy AllisonFixup the check for attr libraries, used ',' instead...
2003-06-06 Andrew Tridgellfixed the string alignment of the QUERY_EA_SIZE trans2...
2003-06-06 Andrew Tridgellfixed the layout of the FULL_DIRECTORY_INFO trans2...
2003-06-06 Andrew Tridgellremoved the 'valgrind fix' that (although it may well...
2003-06-06 Jeremy AllisonMissed (name) arg in fgetxattr.
2003-06-06 Jeremy AllisonAdded EA operations to VFS layer.
2003-06-05 Jeremy AllisonGet ready for EA code... Add Linux interface.
2003-06-05 Jeremy AllisonNever second guess tridge.... (always talloc an interna...
2003-06-05 Gerald Carterworking draft of the idmap_ldap code.
2003-06-04 Jelmer VernooijAdd some static. Patch by Stefan Metzmacher <metze...
2003-06-04 Alexander BokovoyFix compiler warnings for vfstest. Patch from Stefan...
2003-06-04 Alexander BokovoySync VFS API changes for vfs_nt_*get_acl. Patch from...
2003-06-04 Jeremy AllisonFix for previous checkin. Only use talloc on unmarshall...
2003-06-04 Andrew Tridgellfixed the termination of several trans2 strings
2003-06-04 Andrew Tridgellshouldn't null terminate trans2 qfileinfo all_info...
2003-06-04 Andrew Tridgellfixed the arbitrary 256 limit on the size of aliases...
2003-06-03 Gerald Carteradded idmap_ldap to wrong branch.
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-06-03 Gerald Carterinitial version of idmap_ldap.c; lots of updates to...
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-06-03 Jeremy AllisonFix debug message merge.
2003-06-03 Jeremy AllisonMerge change winbindd cache time 15 -> 120 secs.
2003-06-03 Jeremy AllisonMerge DEBUG message on usleep on open.
2003-06-03 Jeremy AllisonRedhat 9 needs an explicit -lattr to be able to add...
2003-06-02 Richard SharpeMore changes to editreg to make it less tetchy.
2003-06-02 Richard SharpeSome fixes for editreg.c, although I see that head...
2003-06-01 Andrew Tridgelladded the COMPRESSION_INFO trans2 QFILEINFO level and...
2003-06-01 Andrew Tridgellfixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO...
2003-05-31 Volker LendeckeFix compile.
2003-05-31 Jeremy AllisonGot us happy running under valgrind again :-).
2003-05-31 Jeremy AllisonFixes to stop valgrind complaining about uninitialised...
2003-05-30 Jeremy AllisonEnsure 'blank' entries show up in both default and...
2003-05-30 Jim McDonoughMore on bug 137: rename more of krb5_xxx functions...
2003-05-30 Jim McDonoughMore on bug 137: rename remainder of krb5_xxx functions...
2003-05-30 Jim McDonoughFix bug #137: krb5_set_password is already defined...
2003-05-30 Jelmer VernooijRemove module_path_get_name() - it's not used anywhere...
2003-05-29 Jeremy AllisonChange get_nt_acl() to include security_info wanted...
2003-05-29 Jelmer VernooijSetting account policy values is done using -C, not...
2003-05-29 Jelmer VernooijSetting account policy values is done using -C, not...
2003-05-29 Jeremy Allisonfunction() is *NOT* a valid C proto, but C++ only.
2003-05-29 Jelmer VernooijAdd smb_register_idmap(). Based on a patch from metze
2003-05-29 Jelmer VernooijDon't crash when doing namecompletion in smbclient...
2003-05-29 Jelmer VernooijDon't crash when doing command name completion. Fixes...
2003-05-29 Jelmer VernooijFix the events API. Patch by metze with some minor...
2003-05-29 Jelmer VernooijGet the events API right. Patch from metze with some...
2003-05-29 Jim McDonoughFix bugzilla #117: winbindd looping on 100+char username
2003-05-28 Jeremy AllisonFix bug brought up by Ken Cross that empty ACE's cause...
2003-05-28 Jeremy AllisonFix bug brought up by Ken Cross that empty ACE's cause...
2003-05-28 Tim PotterDNS domain/server name constants were also swapped.
2003-05-28 Tim PotterMerge of NTLMSSP name type fix from 3.0
2003-05-28 Tim PotterThe constants for NetBIOS domain and server names in...
2003-05-28 Tim PotterSpelling.
2003-05-28 Tim PotterSyncup with HEAD:
2003-05-28 Tim PotterMerge of non-static initialisation fixes from 3.0
2003-05-28 Tim PotterMerge of cut and paste fix from 3.0
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-28 Tim PotterWhitespace syncup.
2003-05-28 Tim PotterMerge of rpcstr_pull() termination fixes from 3.0
2003-05-28 Tim PotterMerge of formatting fixups from 3.0
2003-05-28 Tim PotterMerge ... pull_ascii() and pull_ucs2() termination...
2003-05-28 Tim PotterMerge from 3.0:
2003-05-28 Tim PotterMerge of uint32/uid_t mismatch from 3.0
2003-05-27 Gerald Cartercut-n-paste error
2003-05-27 Gerald Cartercut-n-paste error
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Gerald Carterfix bug 118; replace hard coded 'next[User|Group]Rid...
2003-05-27 Gerald Carterfix bug 118; replace hard coded 'next[User|Group]Rid...
2003-05-27 Gerald Cartervolker's fix for crash when my_private_data == NULL
2003-05-27 Gerald Cartervolker's fix for crash when my_private_data == NULL
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-27 Tim PotterSquash another compiler warning.
2003-05-27 Tim PotterSquash another compiler warning.
2003-05-27 Tim PotterFix unused variable warning.
2003-05-27 Tim PotterFixed unused variable warning.
2003-05-27 Tim PotterI'm pretty sure these uint32's should be uid_t's. ...
2003-05-27 Tim PotterFix printf warnings in debug statments.
2003-05-27 Tim PotterFix shadow parameter warning in free_empty_sys_acl()
2003-05-27 Tim PotterFix shadow parameter warning in free_empty_sys_acl()
2003-05-27 Tim PotterMore fixes for builddir != srcdir.
2003-05-27 Tim PotterFix extra arg for cm_get_netlogon_cli()
2003-05-27 Tim PotterThis should be the correct fix for merge of bug #60...
2003-05-27 Tim PotterWhoops - tried to merge to wrong branch for bug #60...
2003-05-27 Tim PotterMerge ... secchan fix from 3.0 that was eaten by CVS...
2003-05-27 Tim PotterMerge the remaining bits of fix for bug #60.
2003-05-27 Tim PotterMerge from 3.0: remove bogus static initialisers.
2003-05-27 Tim PotterMerge from 3.0: quieten debug message for trust acct...
2003-05-27 Tim PotterAdded string error for NT_STATUS_NOT_A_REPARSE_POINT...
2003-05-27 Tim PotterMerge from 3.0: Fix set_local_machine_name() for both...
2003-05-27 Tim PotterSync up sid types enum.
next