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
/
source3
/
rpc_server
/
srv_spoolss_nt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 3 params to manipulate shares. "add share command/change share command/
Jeremy Allison
2001-04-07
1
-16
/
+0
*
Missed forms update - my CVS mistake.
Jeremy Allison
2001-04-03
1
-21
/
+70
*
test commit for jeremy
Andrew Tridgell
2001-04-03
1
-1
/
+1
*
rename of 16 new_smb_io functions to smb_io_* for consistency sake
Gerald Carter
2001-03-28
1
-23
/
+23
*
merge from 2.2.
Gerald Carter
2001-03-27
1
-16
/
+16
*
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
2001-03-13
1
-20
/
+33
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-236
/
+198
*
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
2001-03-07
1
-11
/
+3
*
Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o...
Jeremy Allison
2001-03-03
1
-2
/
+4
*
Roll back to using malloc/realloc on some of spoolss in head.
Jeremy Allison
2001-03-03
1
-57
/
+57
*
Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced
Jeremy Allison
2001-03-02
1
-23
/
+36
*
Move to talloc controlled NT forms.
Jeremy Allison
2001-03-02
1
-26
/
+9
*
Fix memory leaks introduced in restructure.
Jeremy Allison
2001-03-01
1
-15
/
+13
*
When opening a printserver use a global snum of -1.
Jeremy Allison
2001-03-01
1
-2
/
+2
*
rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.
Jeremy Allison
2001-03-01
1
-4
/
+7
*
Remove unused code.
Jeremy Allison
2001-03-01
1
-3
/
+3
*
Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc
Jeremy Allison
2001-03-01
1
-14
/
+62
*
Finished converion of spoolss code to canonical format. Now to work on the
Jeremy Allison
2001-02-28
1
-49
/
+169
*
More converted to canonical format. Home now - do the rest tomorrow...
Jeremy Allison
2001-02-28
1
-40
/
+96
*
Converted more to canonical format... save as I go.,
Jeremy Allison
2001-02-28
1
-10
/
+32
*
Ooops - forgot to check the rpcclient and smbcacls compile with the new
Jeremy Allison
2001-02-28
1
-3
/
+14
*
Partial conversion of SPOOLSS code to canonical format. More to follow.
Jeremy Allison
2001-02-28
1
-23
/
+80
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
1
-25
/
+24
*
include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
Jeremy Allison
2001-02-23
1
-5
/
+31
*
Excise snprintf -> slprintf.
Jeremy Allison
2001-02-16
1
-64
/
+140
*
merge from APPLIANCE_HEAD (mapping access_required 0x0 to
Gerald Carter
2001-02-03
1
-2
/
+6
*
Changes from SAMBA_2_2:
David O'Neill
2001-01-31
1
-51
/
+65
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-29
1
-32
/
+55
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-25
1
-20
/
+11
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-23
1
-12
/
+24
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-23
1
-3
/
+0
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-19
1
-2
/
+2
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-18
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-17
1
-95
/
+431
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-17
1
-18
/
+33
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-15
1
-0
/
+2
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-11
1
-43
/
+69
*
Changes merged from APPLIANCE_HEAD:
David O'Neill
2001-01-08
1
-1
/
+5
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-05
1
-10
/
+47
*
merge from appliance head
Gerald Carter
2000-12-21
1
-1
/
+4
*
Merged Tim's fixes from appliance-head.
Jeremy Allison
2000-12-18
1
-95
/
+113
*
lib/util_unistr.c:
Jean-François Micouleau
2000-12-15
1
-1
/
+1
*
Fixed memory leak in JOB_INFO_2 code.
Jeremy Allison
2000-12-15
1
-3
/
+2
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-1
/
+1
*
Updates from appliance-head.
Jeremy Allison
2000-12-14
1
-8
/
+47
*
Adding in debug for SD's.
Jeremy Allison
2000-12-11
1
-0
/
+31
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-3
/
+3
*
Changes from APPLIANCE_HEAD:
David O'Neill
2000-11-22
1
-4
/
+4
*
Fix from John Reilly for equivalence tests.
Jeremy Allison
2000-11-17
1
-76
/
+79
*
Fix for memory leak when adding driver.
Jeremy Allison
2000-11-17
1
-4
/
+4
[next]