index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
include
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use prs_alloc_mem, not malloc, then there's no need to explicitly free
Jeremy Allison
2000-12-15
1
-3
/
+0
*
Fixup the lsa_io_r_lookup_names call not to need an external TALLOC_CTX.
Jeremy Allison
2000-12-14
1
-3
/
+1
*
Raft of fixes - many of these will be merged into HEAD/appliance-head.
Jeremy Allison
2000-12-14
1
-7
/
+16
*
Merges from appliance-head (for the printing fix) and from HEAD (for the
Jeremy Allison
2000-12-13
1
-5
/
+26
*
Merged in Tim's changes: Removed static limit of MAX_LOOKUP_SIDS in rpc serve...
Jeremy Allison
2000-12-12
1
-5
/
+12
*
file_lines_load/file_lines_pload can now optionally do a unix_to_dos() on read.
Jeremy Allison
2000-12-07
1
-2
/
+2
*
- Fix Makefile.in so that clisecdesc.o is in SMBCACLS_OBJ, not LIBSMB_OBJ
David O'Neill
2000-12-06
1
-8
/
+3
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-05
1
-7
/
+18
*
Syncup of smbcacls from HEAD. Removal of C++ comments.
Jeremy Allison
2000-12-04
1
-3
/
+17
*
Fixes merged back from HEAD.
Jeremy Allison
2000-12-02
1
-0
/
+1
*
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
2000-11-27
1
-13
/
+15
*
Raft of changes to sync up with most things in appliance head.
Jeremy Allison
2000-11-17
1
-6
/
+7
*
Memory leak fix when adding a driver.
Jeremy Allison
2000-11-17
1
-1
/
+2
*
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2000-11-16
1
-2
/
+2
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-3
/
+4
*
Merge of the printing fixes from HEAD to 2.2.
Jeremy Allison
2000-11-15
1
-4
/
+9
*
Sync up with HEAD with various fixes.
Jeremy Allison
2000-11-10
1
-9
/
+8
*
Changes from APPLIANCE_HEAD:
David O'Neill
2000-11-07
1
-0
/
+4
*
merge of Simo's TDBPWD backend from HEAD
Gerald Carter
2000-10-31
1
-0
/
+5
*
Added (finally!:-) David Lee's utmp patch for 2.2. Thanks David !
Jeremy Allison
2000-10-28
1
-0
/
+3
*
Added John Reillys patches to allow error returns from cleanup_driverstruct
Jeremy Allison
2000-10-26
1
-1
/
+1
*
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
2000-10-26
1
-0
/
+1
*
Fixes for extra stat's broght back from HEAD. This cuts down on the
Jeremy Allison
2000-10-25
1
-6
/
+7
*
JF's fix'es for W2K domain support ! Hurrah !
Jeremy Allison
2000-10-13
1
-1
/
+2
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-8
/
+17
*
Brought Tim's new initgroups winbind functionality. Now need to fix
Jeremy Allison
2000-10-11
1
-1
/
+2
*
Fix for growing printing.tdb by adding check on job creation.
Jeremy Allison
2000-10-11
1
-0
/
+1
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
1
-1
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
1
-0
/
+1
*
Syncup with HEAD.
Jeremy Allison
2000-10-10
1
-9
/
+28
*
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
2000-10-06
1
-0
/
+1
*
proto.h rebuild proto.h
Herb Lewis
2000-10-06
1
-0
/
+2
*
We now use our own vfs layer to do get/set acl calls (hurrah!).
Jeremy Allison
2000-10-06
1
-0
/
+4
*
smbd/lanman.c: pstring fstring fix.
Jeremy Allison
2000-10-06
1
-1
/
+1
*
Inlined several vfs_XXX calls to smb_macros for speed.
Jeremy Allison
2000-10-06
1
-7
/
+0
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-28
/
+27
*
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
2000-10-05
1
-3
/
+1
*
new make proto
Herb Lewis
2000-10-04
1
-1
/
+1
*
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
2000-10-03
1
-0
/
+3
*
Memleak fix for cache code.
Jeremy Allison
2000-10-02
1
-1
/
+0
*
Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't
Jeremy Allison
2000-09-29
1
-0
/
+4
*
Added JF's samr adduser changes.
Jeremy Allison
2000-09-28
1
-2
/
+2
*
Backport of the HEAD vfs changes....
Jeremy Allison
2000-09-28
1
-5
/
+23
*
Added JF's print spooler notification code. Too good to miss for 2.2.x :-).
Jeremy Allison
2000-09-26
1
-1
/
+10
*
Some code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison
2000-09-20
1
-1
/
+6
*
Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -
Jeremy Allison
2000-09-15
1
-0
/
+2
*
first cut at smbcontrol program. It currently allows syntax like:
Andrew Tridgell
2000-09-13
1
-0
/
+3
*
- changed the msg_type to be an int instead of an enum so that it is
Andrew Tridgell
2000-09-12
1
-4
/
+5
*
much nicer message interface. We now register dispatch functions,
Andrew Tridgell
2000-09-12
1
-2
/
+4
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
1
-2
/
+8
[prev]
[next]