..
.cvsignore
add an ignore on proto.h
2001-06-22 02:34:34 +00:00
byteorder.h
configure configure.in include/config.h.in lib/replace.c: Added test and replacement
2001-03-31 19:06:45 +00:00
charset.h
missed a couple of strchr calls
2001-07-04 07:39:01 +00:00
client.h
added a oplock break handler hook to the client code, this allows for more complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly
2001-06-18 08:26:15 +00:00
clitar.h
Initial version imported to CVS
1996-05-04 07:50:46 +00:00
config.h.in
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
debug.h
If a debug class was explicitly set to zero the debug system would not
2001-06-01 12:04:44 +00:00
dlinklist.h
Fix memory leak when doing DLIST_REMOVE(head,head).
2001-03-21 23:50:26 +00:00
hash.h
Added hash-based stat cache code from Ying Chen.
2000-01-26 21:25:35 +00:00
includes.h
missed a couple of strchr calls
2001-07-04 07:39:01 +00:00
interfaces.h
interfaces.h from 2.0.6
1999-12-17 01:44:30 +00:00
libsmbclient.h
Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.
2001-05-15 01:47:22 +00:00
local.h
Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought
2001-05-06 20:56:14 +00:00
MacExtensions.h
Adding George's Mac extension include files.
1998-12-08 02:22:56 +00:00
mapping.h
Big cleanup of passdb and backends.
2001-05-04 15:44:27 +00:00
messages.h
added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount)
2001-06-20 03:05:09 +00:00
msdfs.h
Changed MS_DFS to WITH_MSDFS throughout.
2000-05-26 17:10:40 +00:00
nameserv.h
the final part of the nmbd merge between head and tng - this gets the
2000-03-27 12:19:58 +00:00
nt_printing.h
Merge from appliance head of JR's changes for driver versioning.
2000-11-14 21:56:32 +00:00
ntdomain.h
Merge of struct acct_info from TNG.
2001-05-04 07:36:09 +00:00
nterr.h
totally rewrote the async signal, notification and oplock notification
2000-06-12 15:53:31 +00:00
passdb.h
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
2001-04-28 00:32:56 +00:00
printing.h
Added files for CUP printing patch split.
2001-03-16 00:35:57 +00:00
profile.h
Fix for building --with-profile for new vfscalls.
2001-07-01 20:01:32 +00:00
rpc_brs.h
brought across some rpc header files from tng
2000-05-09 11:44:09 +00:00
rpc_client_proto.h
- added test for vasprintf
2001-04-28 13:49:34 +00:00
rpc_client.h
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
2001-04-28 00:32:56 +00:00
rpc_creds.h
Fixed some more client SPOOLSS functions. The following
2000-07-18 05:16:30 +00:00
rpc_dce.h
Fixed some more client SPOOLSS functions. The following
2000-07-18 05:16:30 +00:00
rpc_dfs.h
Separated dfs pipe into implementation and interface modules.
2001-02-27 02:09:50 +00:00
rpc_lsa.h
Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.
2001-06-29 23:12:55 +00:00
rpc_misc.h
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
2001-03-11 22:26:28 +00:00
rpc_netlogon.h
Added structures for LOGON_CTRL rpc.
2001-05-24 08:21:53 +00:00
rpc_parse.h
brought across some rpc header files from tng
2000-05-09 11:44:09 +00:00
rpc_reg.h
Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.
2000-05-15 20:53:08 +00:00
rpc_samr.h
Fix for enumerating large numbers of users.
2001-07-05 22:36:25 +00:00
rpc_secdes.h
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
2001-02-28 00:51:02 +00:00
rpc_spoolss.h
Merging Gerry's spoolss changes.
2001-06-21 17:46:14 +00:00
rpc_srvsvc.h
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
2001-06-16 00:32:13 +00:00
rpc_wkssvc.h
"For I have laboured mightily on Luke's code, and hath broken
1998-03-11 21:11:04 +00:00
rpcclient.h
set of changes in the beginning of bringing rpcclient changes
2001-03-14 20:22:57 +00:00
safe_string.h
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
secrets.h
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
2000-05-29 01:23:48 +00:00
sids.h
Added global_sid_NULL S-1-0-0 to list of global sids.
2000-07-06 06:48:54 +00:00
smb_acls.h
Added patches to remove Linux specific XFS ACLs. These are now handled by the
2001-06-18 20:27:35 +00:00
smb_macros.h
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
smb.h
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
stamp-h.in
Make sure that the stamp file is newer than configure.in
1999-07-18 20:34:50 +00:00
talloc.h
the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have no way of telling if the call really failed
2001-06-22 01:56:16 +00:00
trans2.h
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
1999-12-13 13:27:58 +00:00
unicode_map_table1.h
a quick hack to reduce the size of the unicode map table headers from
2000-04-15 07:14:40 +00:00
unicode_map_table2.h
a quick hack to reduce the size of the unicode map table headers from
2000-04-15 07:14:40 +00:00
util_getent.h
4 new functions to retrieve single linked list of group and passwd entries
2001-05-29 07:34:01 +00:00
util_list.h
Fixed some more client SPOOLSS functions. The following
2000-07-18 05:16:30 +00:00
version.h
update version to pre-3.0.0
1999-12-17 01:51:33 +00:00
vfs.h
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
vt_mode.h
Initial version imported to CVS
1996-05-04 07:50:46 +00:00